Installation instruction: 

For installing Artist Colony, Unpack.exe should be launched after game 
files copied to the install location.

For uninstalling Artist Colony, Cleanup.exe should be launched. Or 
unpacked files may be removed manually from
<Common application directory>/Artist Colony.


<Common application directory> path may be obtained from registry key
   
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell 
Folders\Common AppData
or  (in C++ code)  via
   ::SHGetFolderPath(NULL, CSIDL_COMMON_APPDATA, NULL, 
SHGFP_TYPE_CURRENT, <buffer>);

Usually it is located as C:\Documents and Settings\All Users\Application 
Data\ in Windows XP
and C:\ProgramData\ in Windows Vista.


